Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickTime Components /
Chapter 8 - Video Digitizer Components / Video Digitizer Components Reference
Video Digitizer Component Functions / Utility Functions


VDGetFieldPreference

The VDGetFieldPreference function allows applications to determine which field is being used in cases where the image is vertically scaled to half its original size.

pascal VideoDigitizerError VDGetFieldPreference
                                    (VideoDigitizerComponent ci,
                                     short *fieldFlag);
ci
Specifies the video digitizer component for the request. Applications obtain this reference from the Component Manager's OpenComponent function.
fieldFlag
Points to a field that is to receive a value indicating which field is being used. Valid values are
vdUseAnyField
Digitizer component decides which field to use
vdUseOddField
Digitizer component uses odd field
vdUseEvenField
Digitizer component uses even field
DESCRIPTION
Video digitizer components can use either the odd-line field or the even-line field.
All video digitizer components must support this function.

RESULT CODES
noErr0No error
qtParamErr-2202Invalid parameter value

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help